@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css");
@import url("../vendor/responsivetable/basictable.css");
@import url("../vendor/toast/toastr.css");
@import url("../vendor/combo/bootstrap-combobox.css");
@import url("../vendor/popupmenu/css/jquery.popmenu.css");
@import url("../vendor/popupmenu/css/jquery.popmenu.icons.css");


@font-face {
  font-family: 'MistexB';
  src: url('../fonts/mistex/bold/MISTEXB.eot?#iefix') format("eot"), url('../fonts/mistex/bold/MISTEXB.woff') format('woff'), url('../fonts/mistex/bold/MISTEXB.ttf') format('truetype'), url('../fonts/mistex/bold/MISTEXB.svg#MistexB') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mistex';
  src: url('../fonts/mistex/normal/MISTEX.eot?#iefix') format("eot"), url('../fonts/mistex/normal/MISTEX.woff') format('woff'), url('../fonts/mistex/normal/MISTEX.ttf') format('truetype'), url('../fonts/mistex/normal/MISTEX.svg#Mistex') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/font/fontello.eot');
  src: url('../fonts/fontello/font/fontello.eot') format('embedded-opentype'),
    url('../fonts/fontello/font/fontello.woff') format('woff'),
    url('../fonts/fontello/font/fontello.ttf') format('truetype'),
    url('../fonts/fontello/font/fontello.svg') format('svg');
}

html {
  font-size: 16px;
}

a {
  /*color: #e30016;*/
  color: black;
}

body {
  /* background: #fcfcda; */
  background: white;
  font-family: sans-serif, "Arial";
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  /*  speak: none;*/
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: '\e800';
}

.icon-search:before {
  content: '\e801';
}

.orlice-shadow {
  -webkit-filter: drop-shadow(3px 3px 3px #666666) contrast(200%);
  filter: drop-shadow(3px 3px 3px #666666) contrast(200%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";


  margin-left: auto;
  margin-right: auto;
  position: relative;

}

.orlice-shadow:hover {
  -webkit-filter: drop-shadow(4px 4px 4px #666666);
  filter: drop-shadow(4px 4px 4px #666666);
}

.orlice-shadow:active {
  -webkit-filter: drop-shadow(2px 2px 2px #666666);
  filter: drop-shadow(2px 2px 2px #666666);
}

/*
.logo {*/
/* -webkit-filter: drop-shadow(1px 1px 1px #666666);*/
/*  filter: drop-shadow(1px 1px 1px #666666);*/
/* display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;*/

/* max-width: 100%;*/
/* max-height: 100%;*/
/*}
*/

header {
  /* background: #fcfcda; 
 background: white; */
  /* background: #9dd2f6;*/
  background: whitesmoke;
  padding: 1em 0 1.5em 0;
  color: #333333;
  /* font-family: serif; */
}

header h1 {
  margin-top: 0.2em;
  margin-bottom: 0.1em;

  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -khtml-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);

  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 1.0rem;
}

header h3 {
  margin-top: 0.8rem;
  margin-bottom: 0.1em;
  font-size: 0.80rem;

}

@media only screen and (min-width: 360px) {
  header h1 {
    font-size: calc(4.8vw);
  }

  header h3 {
    font-size: calc(3.5vw);
    margin-top: 3vh;
  }
}

@media only screen and (min-width: 404px) {
  header h1 {
    font-size: calc(5.1vw);
  }

  header h3 {
    font-size: calc(3.5vw);
    margin-top: 4vh;
  }
}

@media only screen and (min-width: 576px) {
  header h1 {
    font-size: calc(1.7rem);
  }

  header h3 {
    font-size: calc(1.2rem);
    margin-top: 0.8rem;
  }
}

@media only screen and (min-width: 768px) {
  header h1 {
    font-size: calc(2.1rem);
  }

  header h3 {
    font-size: calc(1.5rem);
    margin-top: 1.2rem;
  }
}


@media only screen and (min-width: 992px) {
  header h1 {
    font-size: 2.8rem;
  }

  header h3 {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 1199px) {}

header .info {
  font-family: sans-serif;
}

header .logo {
  width: 100%;
  max-width: 120px;
  margin-top: 0.5em;
}

@media only screen and (max-width: 580px) {
  header .logo {
    max-width: 90px;
  }
}

@media only screen and (max-width: 410px) {
  header .logo {
    max-width: 60px;
  }
}

header .flags {
  text-align: right;
}


header .contact {
  font-size: 0.9rem;

}

@media only screen and (min-width: 540px) {
  header .contact {
    font-size: 1rem;
  }
}


header .container {
  /*	background-image: url("../img/budova.jpg");*/
  background-repeat: no-repeat;
}

header .flags img {
  -webkit-box-shadow: 1px 1px 1px #666666;
  -khtml-box-shadow: 1px 1px 1px #666666;
  -moz-box-shadow: 1px 1px 1px #666666;
  box-shadow: 1px 1px 3px #666666;
  width: 30px;
  height: 20px;
}

.flags img.active {
  opacity: 0.4;
}

img.flagEd:not(.active) {
  cursor: pointer;
}


header .search {
  text-align: right;
  margin-top: 1em;
}

header .glyphicon {
  color: #004394;
}

/* *********** HEADER *************/
.nadpis1 {
  margin: 5px;
  padding: 2px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}

.nadpis2 {
  margin: 10px 5px 5px 5px;
  padding: 2px;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
}

@media only screen and (min-width: 680px) {
  .nadpis1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .nadpis2 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 968px) {
  .nadpis1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

main {
  min-height: 400px;
  /*    background-image: url("../img/IMG_0651.JPG");*/
  background-color: white;
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
}

main .container {
  background-color: white;
}

main article {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  content: "";
  display: table;
  clear: both;
}

main article .alert {
  display: inline-block;
}

main article .alert ol {
  padding-left: 1em;
  margin: 0;
}

main article .gallery img {
  width: 200px;
}

footer {
  padding-top: 1em;
  padding-bottom: 2em;
  background-color: #aaa;
  /*min-height: 350px;*/
  color: #333;
}

footer iframe {
  width: 100%;
 /* height: 300px;*/
}

footer img {
  margin-bottom: 1em;
}

footer .glyphicon {
  color: #9bc53d;
}

footer a {
  /* color: #fa7921; */
  color: darkblue;
}

footer a:hover {
  /* color: #20610c;*/
  font-weight: 500;
}

/********* MENU **************/
nav {
  /*

	--dropdown-bgcolor: #3991c0;
	--dropdown-item-bgcolor: #266181;*/
  /* background-color: transparent; */
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  --hamburger-width: 28px;
  --hamburger-height: 3px;
  --hamburger-color: white;
  --navbar-textcolor: white;
  --width-small: 576px;
  /*
	--dropdown-bgcolor: #3991c0;
	--dropdown-item-bgcolor: #004394;
*/
  --nav-bfg: #004394;
  --nav-bg-active: #fde74c;
  --nav-bg-hover: #3991c0;
  --nav-bg-dropdown: #3991c0;
  --nav-bg-dropdown-hover: #004394;
  --nav-text-color: white;
  --nav-text-hover-color: white;
  --nav-text-active-color: #004394;
  --navbar-text-color: white;
}

.navbar {
  /*padding: 0.2rem 0.5rem;*/
  padding: 0.3rem 0.5rem;
}

.navbar-nav .nav-link {
  padding-left: 10px;
}

/*
@media screen and (min-width: 576px) {
	nav {
		--nav-bg: #3991c0;
		--nav-text-color: white;
	}
}
*/
.navbar-gymzn {
  background-color: #004394;
  /* var(--nav-bg); */
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
  background-color: transparent;
}

.nav-item .nav-link {
  color: white;
}

.navbar-toggler {
  background-color: transparent;
  border: 1px solid white;
  margin-right: 5px;
  max-height: 35px;
  max-width: 55px
}

.navbar-toggler:not(.collapsed) {
  border: none;
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: transparent;
  height: 3px;
  width: 28px;
  /*margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 5px;*/
  margin: 10 10 10 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
  font-size: 0.57rem;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 3px;
  color: white;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  display: block;
  background-color: white;
  height: 3px;
  width: 28px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0px;
  margin-bottom: 2px;
}

.navbar-toggler span:nth-child(3) {
  margin-top: 10px;
  margin-bottom: 0px;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  right: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 1;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  right: 12px;
  top: -17px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 1;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
  color: white;
}

.nav-link .dropright .dropdown .dropdown-item {
  /*padding-left: 0.5em;*/
  padding: 10px;
}

.dropright .dropdown-menu {
  margin-left: 0px;
  border-left: 2px solid white;
}

.nav-item:hover,
.nav-item:focus {
  /* color: #004394;*/
  /* xxx */
  background-color: #3991c0;
}

.nav-item .active,
.nav-item .active:hover,
.nav-item .active:focus {
  color: #004394;
  background-color: #fde74c;
  /* var(--nav-bg-active); */
}

.navbar-nav>.open>a,
.navbar-nav>.open>a:hover,
.navbar-nav>.open>a:focus {
  /* md */
  color: white;
  background-color: #3991c0;
}

.navbar-nav>.nav-item>.nav-link {
  text-transform: uppercase;
  /*font-variant: small-caps;*/
}

.dropdown:hover>.dropdown-menu {
  display: block;

}

.dropdown .dropdown-menu {
  background-color: #3991c0;
  color: white;
}

.dropdown .dropdown-menu:hover {
  display: block;
}

a .dropdown-item {
  padding: 0px;
}

.dropdown:active {
  background-color: #004394;
}

.caret-level1:active,
.caret-level1:hover .caret-level2:active,
.caret-level2:hover {
  color: white;
  background-color: inherit;
  cursor: pointer;
  /*right*/
}

.caret-level1:after {
  content: "\00A0\00A0\f107";
  /*down*/
}

.caret-level2:after {
  content: "\00A0\f101";
  /*right*/
}

@media only screen and (max-width: 967px) {
  .level1 {
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100% - 10px);
  }

  .level2 {
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100% - 10px);
  }

  .caret-level1::after,
  .caret-level1::after:hover {
    content: "\00A0\00A0\f107";
    color: white;
    /*down*/
  }

  .caret-level2:after {
    content: "\00A0\f103";
    /*down*/
  }
}

.dropdown-menu .dropdown-item {
  background-color: #3991c0;
  color: white;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px dotted white;
  border-bottom: 1px dotted #3991c0;
}

.dropdown-menu .active {
  background-color: #fde74c;
  /* var(--nav-bg-active); */
  color: #004394;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #004394;
  color: white;
  cursor: pointer;
  transform: scale(1.03);
  /*	border-top: 1px dotted white;
	border-bottom: 1px dotted white;*/
}

.dropdown-menu .active,
.dropdown-menu .active:hover,
.dropdown-menu .active:focus {
  color: #004394;
  background-color: #fde74c;
  /* var(--nav-bg-active); */
}

nav a:hover {
  background-color: #004394
    /* var(--dropdown-item-bgcolor); */
}

a.navbar-brand:hover {
  background-color: #004394;
}

.breadcrumb-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

.breadcrumb {
  padding-left: 10px;
  padding-right: 5px;
  background-color: inherit;
  margin-bottom: 0px;
}

/****** LOGIN MODAL ******/
#popUpWindow {
  background: transparent;
}

.margbot {
  margin-bottom: 0.5rem;
}

.btn-login {
  /* background-image: url(../img/user1.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 33px;
  width: 45px;
  border-radius: 10%;
  background-color: #3991c0;
  color: white;
  border: 1px solid white;
  padding: 0 0 0 0;
}

.btn-login:active,
.btn-login:hover {
  background-color: white;
  color: #3991c0;
}

.btn-loginLoged {
  /* background-image: url(../img/user1.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 33px;
  width: 45px;
  border-radius: 10%;
  background-color: #339933;
  color: white;
  border: 1px solid white;
  padding: 0 0 0 0;
}

.btn-loginLoged:active,
.btn-loginLoged:hover {
  background-color: white;
  color: #339933;
}

.card-gymright {
  margin-bottom: 5px;
}

.card-info .card-heading {
  /*  background-color: #004394; */
  color: white;
}

.card-gymright .card-body {
  padding: 6px;
}

.card-info .card-heading .fa,
.card-info .card-heading .fas {
  padding-left: 5px;
  color: #fde74c;
}

.card-gymright .alert {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 10px;
}

.card-gymright .alert:last-child {
  margin-bottom: 0;
}

#timetable td {
  padding: 1px;
  border-spacing: 0px;
  font-size: 0.9rem;
  text-align: left;
}

.timtab-pohotovost {
  color: orangered;
}

#timetable h4 {
  text-align: center;
  color: #004394;
}

#timetable .nutnosledovat {
  font-weight: bold;
}

#visitors .alert {
  background-image: url(../img/icons/visitor.png);
}

#dalsijidlo>a,
#tiskrozvrhu>a {
  color: white;
}

#daily-menu .alert {
  background-image: url(../img/icons/plate.png);
}

/*
#timetable .alert {
    background-image: url(../img/icons/timetable.png);
}
*/
.calendar {
  margin: .25em 10px 10px 0;
  padding-top: 5px;
  float: left;
  width: 78px;
  background: #E0FFFF;
  /* #ededef; */
  background: -moz-linear-gradient(top, #ededef, #cccccc);
  font: bold 20px/40px Arial #000000, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #000;
  text-shadow: #fff 0 1px 0;
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: 0 2px 2px #888;
  box-shadow: 0 2px 2px #888;
}

.calendar em {
  display: block;
  font: normal bold 11px/20px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-shadow: #00365a 0 -1px 0;
  background: #04599a;
  background: -moz-linear-gradient(top, #04599a, #00365a);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #00365a;
}

.calendar:before,
.calendar:after {
  content: '';
  float: left;
  position: absolute;
  top: 4px;
  width: 6px;
  height: 6px;
  background: #111;
  z-index: 1;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;
}

.calendar:before {
  left: 7px;
}

.calendar:after {
  right: 7px;
}

.calendar em:before,
.calendar em:after {
  content: '';
  float: left;
  position: absolute;
  top: -3px;
  width: 2px;
  height: 10px;
  background: #dadada;
  background: -moz-linear-gradient(top, #f1f1f1, #aaaaaa);
  z-index: 2;
  border-radius: 2px;
}

.calendar em:before {
  left: 9px;
}

.calendar em:after {
  right: 9px;
}

.nav-item-active {
  font-weight: bold;
  background: #fde74c;
}

.nav-home {
  color: white;
}

/* MULTILEVELSUBMENU */
/* ****** drobeckove menu ********************************************** */
.breadcrumb {
  /* --breadcrumb-bg-color: rgb(243, 243, 150);*/
  color: black;
}

.breadcrumb .nav-item:not(:last-child)::after {
  border-left: 10px solid black;
}

.breadcrumb {
  padding: 0px;
  background-color: transparent;
}

.breadcrumb .nav-link {
  padding: 8px 4px 8px 6px;
  font-size: 1rem;
}

.breadcrumb .dropdown-menu .nav-item .nav-link {
  padding: 8px 16px 8px 20px;

}

.breadcrumb>.nav-item>.nav-link:not(.active) {
  background-color: #efefef;
}

.breadcrumb .nav-item .nav-link {
  color: black;
}

.breadcrumb .active {
  /* font-style: italic;*/
  font-weight: bold;
}

.breadcrumb .nav-item:hover,
.breadcrumb .nav-item:focus {
  background-color: #efefef;
  color: black;
}

.breadcrumb .nav-item {
  color: black;
}

.dropdown-menu {
  padding: 0px;
  margin-top: 0px;
  border-left: none;
}

.breadcrumb .dropdown-menu {
  white-space: nowrap;
  background-color: rgb(243, 243, 150);
  width: auto;
  color: black;
}

.breadcrumb .dropdown-menu .nav-item {
  width: auto;
}

.breadcrumb .dropdown-menu .nav-item:hover {
  background-color: white;
  color: black;
}


.cara {
  border-top: 1px solid white;
  width: 100%;
  margin: 5px 0 10px 0;
}

.cara-b {
  border-top: 1px solid rgb(15, 10, 10);
  width: 100%;
  margin: 5px 0 10px 0;
}

footer .fa,
footer .fas {
  color: #fde74c;
}

.copyright {
  text-align: right;
  font-size: 0.8rem;
}

/* hlavni cast*/
.table-sm td {
  padding: 0.1rem;
}

.btn-supl a {
  color: white;
}

.table-scroll-container {
  max-height: 50em;
  overflow-y: auto;
}


.table-scroll-container-30 {
  max-height: 30em;
  overflow-y: auto;
}

.table-scroll-container-40 {
  max-height: 40em;
  overflow-y: auto;
}


.table-rozvrh {
  font-size: 0.85rem;
}

.table-rozvrh th {
  min-width: 65px;
}

.table-supl {
  min-width: 44em;
}

.table-supl td {
  padding-left: 3px;
  padding-right: 3px;
}

/* TABLE SCROLL */
.table-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  max-height: 50em;
}

.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table-wrap {
  position: relative;
}

.table-scroll th,
.table-scroll td {
  vertical-align: top;
}

.table-scroll thead th {
  background: lightblue;
  color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 0;
}

.table-scroll .first-col-row {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

.table-scroll .first-col {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 10;
  background: #fff;
  color: #000;
}

.table-scroll thead th:first-child {
  z-index: 15;
}

@media only screen and (max-device-width: 768px) {

  /*  #thUcNovySiroke {
		display:none;
		width: 0px;
	}*/
  /*	#tdUcNovySiroke {display:none;}*/
  .supl_siroky {
    display: none;
    width: 0px;
  }
}

@media only screen and (min-device-width: 769px) {

  /*   #thUcNovyUzke {
		display:none;
		width: 0px;
	}*/
  /*	#tdUcNovyUzke {display:none;}*/
  .supl_uzky {
    display: none;
    width: 0px;
  }
}

/* END TABLE SCROLL */
.margin-zero {
  margin: 0px;
}

.padding-x-1 {
  padding-left: 1px;
  padding-right: 1px;
}

a>.rs-btn>i:hover {
  color: white;
}

.rs-clanek>span:hover {
  color: darkgreen;
  text-decoration: none;
  cursor: pointer;
}

.btn-seznamclanku {
  min-width: 180px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 6px 5px 6px 5px;
}

.btn-seznamclanku>a {
  color: white;
}

.width8 {
  width: 8%;
}

.width10 {
  width: 10%;
}

.width14 {
  width: 14%;
}

.width20 {
  width: 20%;
}

.btn-outline-warning {
  color: #ff8c00;
}

.ArticleGalerie {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.card-header {
  background-color: #fff;
  padding: 5px;
}

.card-footer {
  background-color: #fff;
  padding: 5px;
}

.card-body {
  padding-top: 5px;
  padding-bottom: 5px;
}

.clankyBG {
  background: #F4F4F4 !important;
}

.pagination>li>a {
  color: #3991c0
}

.pagination>li>span {
  color: #3991c0;
  cursor: pointer;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  font-weight: bold;
  background-color: #3991c0;
  border-color: #3991c0
}

.dogalerie {
  cursor: pointer;
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.ssFotky {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 85vh;
  ;
}

.modal-full .modal-content {
  min-height: 100vh;
  background: rgba(0, 0, 0, .8)
}

input:invalid {
  border-color: #900;
  background-color: #FDD;
}

input:focus:invalid {
  outline: none;
}

.invalid {
  border-color: #900;
}

.correct {
  border-color: green;
}

.invalid:focus {
  outline: none;
}

#errLogin {
  color: red;
  font-weight: bold;
  padding-left: 1rem
}

#errChangePass {
  color: red;
  font-weight: bold;
  padding-left: 1rem
}

.combbox {
  font-size: 1.0rem;
  text-align: center;
}

.text-modry {
  color: #3991c0;
  font-weight: bold;
}

/*
.responsivetable th {
  background: #56a2cf;
  color: #ffffff;
  text-transform: uppercase;
}
*/
/* RESPONSIVETABLE */
table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  background: lightblue;
  color: black;
  margin-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  /* padding: 2px 5px;*/
  font-size: 0.8rem;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 0.8rem;
  font-weight: normal;
  padding: 0;
}

.schovat {
  display: none;
}

.sipka[aria-expanded=false]>span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
}

.sipka[aria-expanded=true]>span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

#accordionSport .btn[aria-expanded=false] span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
}

#accordionSport .btn[aria-expanded=true] span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

#btnSportovci:hover {
  color: #fff;
  cursor: pointer;
}


#btnHelp:hover {
  cursor: pointer;
}


.velky_seznam {
  list-style-type: upper-alpha;
  list-style-position: outside;
  margin: 0;
  padding: 15px;
}

.velky_seznam>li {
  margin-top: 15px;
}

.w-33 {
  width: 33%;
}

.barvaprit {
  color: black
}

.barvaoml {
  color: green
}

.barvaneoml {
  color: red
}

.barvaakce {
  color: gray
}

.barvanepripr {
  color: darkorange
}

.cl-tit-pruh {
  background-color: rgba(57, 139, 145, 0.4);
}

#userInfo {
  color: white;
  margin-right: 0.5rem;
  margin-top: 0.3rem;
}

.dialogArticleView {
  min-height: 95vh;
}

@media only screen and (min-width: 992px) {
  .dialogArticleView {
    min-width: 900px;
    max-width: 992px;
  }
}

.accordion-arrow .btn[aria-expanded=false] span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
}

.accordion-arrow .btn[aria-expanded=true] span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-arrow .btn:hover {
  cursor: pointer;
  color: #fff !important;
}

.accordion-selected {
  color: #3991c0;
  border: solid 1px #3991c0;
}

.accordion-selected .btn {
  font-weight: bold;
}

.mezera-za-li {
  margin-bottom: 0.5rem;
}

.euh5 {
  color: #3991c0;
  margin-top: 1rem;
}

select.combo {
  padding: 8px;
  border-color: #3991c0;
  /* min-width: 15rem;*/
  ;
}

.napoveda {
  color: #767676;
  opacity: 1;
  font-size: 0.9rem;

}

.ml--1 {
  margin-left: -25px;
}

@media only screen and (min-width: 600px) {
  #kodTrAlm {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 576px) {
  #kodTrAlm {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 460px) {
  #kodTrAlm {
    font-size: 0.85em;
  }
}

@media only screen and (max-width: 430px) {
  #kodTrAlm {
    font-size: 0.80em;
  }
}

@media only screen and (max-width: 400px) {
  #kodTrAlm {
    font-size: 0.60rem;
  }
}

.td-vertical-middle {
  vertical-align: middle;
}

.likeanchor {
  cursor: pointer;
  color: #3991c0 !important;
}

.articel-like-anchor {
  cursor: pointer;
}

.nadpis-clanku {
  color: #3991c0 !important;
}

.likeanchor:hover,
.likeanchor:active {
  text-decoration: underline;
}

.likeanchor-black {
  cursor: pointer;
}

.likeanchor-black:hover,
.likeanchor-black:active {
  text-decoration: underline;
  color: #3991c0 !important;
}

.btn-mojKlas {
  min-width: 130px;
  margin-top: 0.5rem;
  margin-left: 0px;
  margin-right: 0px;

}

.usernametype {
  font-size: 1rem;
  line-height: 1rem;
}

.usernametype-small {
  font-size: 0.6rem;
  line-height: 0.65rem;
}

.input-bg {
  background-color: rgb(227, 246, 224);
}


.article-shadow {
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.0s cubic-bezier(0.4, 0, 0.2, 1);
}

.article-shadow:hover {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 10px 10px 3px rgba(0, 0, 0, 0.14), 0px 5px 15px 8px rgba(0, 0, 0, 0.12);
  filter: contrast(105%);
}

.card-shadow {
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.0s cubic-bezier(0.4, 0, 0.2, 1);
}

.article-read-shadow {
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.0s cubic-bezier(0.4, 0, 0.2, 1);
}

.jidlo-selected {
  background: #ffffcc;
}

.nav-link.zalozka:hover {
  color: white !important;
}

.ukazatel {
  cursor: pointer;
}

.font-09 {
  font-size: 0.9rem;

}


.snowflake {
  color: rgb(184, 228, 230);
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%
  }

  100% {
    top: 100%
  }
}

@-webkit-keyframes snowflakes-shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%
  }

  100% {
    top: 100%
  }
}

@keyframes snowflakes-shake {

  0%,
  100% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(50px)
  }
}

.snowflake {
  color: rgb(184, 228, 230);
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, .5s;
  animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s
}

.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s, 0s;
  animation-delay: 2s, 0s
}

.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s, 2.5s;
  animation-delay: 4s, 2.5s
}

.item-fixed {
  position: fixed;
  top: 200px;
  left: 100px;
}

/* POPUP MENU */
.dropbtn {
  /*  background-color: #3498DB;
  font-size: 16px;
  padding: 10px;
  bottom: 20px;*/
  border: none;
}

.dropbtn-detail {
  background-color: #3991c0;
  text-align: center;
  width: 35px;
  color: #fff;
}

.dropup {
  position: relative;
  /* display: inline-block;*/
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 80px;
  bottom: 20px;
  z-index: 1;
}

.dropup-content a {
  color: #004394;
  padding: 3px 16px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {
  background-color: #00f;
  color: white
}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  /*  background-color: rgb(41, 185, 101);*/
}

.rubrika-expanded {
  color: #3991c0 !important;
}

.rubrika-expanded:hover {
  color: #ffffff !important;
}

.lupa:hover {
  transform: scale(1.02);
}


.back-to-top {
  text-align: center;
}

.back-to-top i {
  width: 32px;
  height: 32px;
  position: fixed;
  right: 15px;
  bottom: 10px;
  background: #3991c0;
  color: #fff;
  line-height: 30px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.back-to-top i:hover {
  background: #f29849;
}

.close-circle{
  color:  #3991c0 
}

.close-circle:hover {
  color:  #900
}

.nadpish5{
  border: 1px solid #3991c0;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 0.5rem;
  color: #3991c0;
  font-size: 1.2rem; 
}

.like-btn:hover {
  color: #fff !important;
}

.okolo-loga{
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.rowDejese {
  color: red;
 
}

.content {
  display: flex;
  flex: 1; 

}

@media only screen and (max-width: 800px) {
.content {
  flex-direction: column;
}
}

.doma-columns{
  display: flex;
  flex:1;
   flex-direction: rows;
}

@media only screen and (max-width: 800px) {
.doma-columns {
  flex-direction: column;
}
}

.doma-main{
  flex: 1;
  order: 2;
  margin-right: 10px;
}
.doma-left{
  width: 180px;
  order: 1;
  margin-right: 10px;
}

.scroll-container-doma {
  max-height: 60em;
  overflow-y: auto;
  padding-right: 10px;
}

/* pridano 22.9.2020 */
.container-fotky {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}
.flex-fotky {
  width: 340px;
}
.container-osoba{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.container-osoba > div {
    margin: 8px;
  text-align: left;
}
.osoba-jmeno{
    background-color: #E7E7E7;
}

.close-x{
  color: #777;
  font: 1.1rem/100% arial, sans-serif;
  transition: transform .5s, opacity .25s;
  opacity: 0.5;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
}
.close-x:hover{
  text-decoration: none;
  opacity: 1.0;
  /*color: red;*/

  transform: rotate(90deg);
}

.close-x:after {
  content: '✖'; /*  UTF-8 symbol */
}

a.otvirac[aria-expanded=false] span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
}

a.otvirac[aria-expanded=true] span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-projden21:hover{
  color: white;
}

.infopruh {
  background: lightblue;
}